home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Utilities
/
Printer
/
aa_Intel_Only
/
lprManager.0.01
/
lprManager
/
Makefile
< prev
next >
Wrap
Makefile
|
1995-09-17
|
1KB
|
52 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = lprManager
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = .dir.tiff
DOCICONS = author.tiff
LOCAL_RESOURCES = InfoPanel.nib lprManager.nib Preferences.nib
CLASSES = AppController.m InfoView.m PrefController.m
HFILES = AppController.h InfoView.h PrefController.h
MFILES = lprManager_main.m
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app .dir.tiff \
-sectcreate __ICON author author.tiff
LIBS = -lFoundation_s -lMedia_s -lMiscKit -lMiscShell -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies